home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / ans37b.zip / PAGEDN.BAT < prev    next >
DOS Batch File  |  1993-01-26  |  422b  |  13 lines

  1. @echo off
  2. rem
  3. rem  This batch file is called from the Phone/Terminal Mode when the PAGE-DN
  4. rem  key is pressed and indicates that a file transfer TO this system FROM
  5. rem  another is to take place.  It assumes DSZ.COM is in the DOS path, and
  6. rem  you are using COM 4.
  7. rem
  8. dsz port 4 speed 38400 ha cts rz -m
  9. rem
  10. rem  This wait is here so you have time to read error messages if any.
  11. rem
  12. if errorlevel 1 wait 10
  13.